home *** CD-ROM | disk | FTP | other *** search
/ How Would You Survive? / How Would You Survive (1995)(Grolier)[Mac-PC].iso / pc / vbfacts.dir / 00756_Script_756 < prev    next >
Text File  |  1995-09-06  |  837b  |  39 lines

  1. on VFarmingRollovers
  2.   if rollover(8) then
  3.     VikingCursor
  4.   else
  5.     if rollover(9) then
  6.       repeat while rollover(9)
  7.         puppetsprite 27, true
  8.         set the locH of sprite 27 to 442
  9.         set the locV of sprite 27 to 154
  10.         updatestage
  11.       end repeat
  12.       puppetsprite 27, false
  13.     else
  14.       if rollover(10) then
  15.         repeat while rollover(10)
  16.           puppetsprite 28, true
  17.           set the locH of sprite 28 to 288
  18.           set the locV of sprite 28 to 160
  19.           updatestage
  20.         end repeat
  21.         puppetsprite 28, false
  22.       else
  23.         if rollover(41) then
  24.           HandCursor
  25.         else
  26.           if rollover(42) then
  27.             HandCursor
  28.           else
  29.             ArrowCursor
  30.           end if
  31.         end if
  32.       end if
  33.     end if
  34.   end if
  35. end
  36.  
  37.  
  38.  
  39.